From bf7db03224b1f2f789c1f2c607c59111307f0fb7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 17 Oct 2007 03:24:28 +0000 Subject: [PATCH] Update the doc svn path=/trunk/; revision=18920 --- ChangeLog | 5 +++++ gtk/gtkvolumebutton.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 40bb555280..4085b69028 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-16 Matthias Clasen + + * gtk/gtkvolumebutton.c (gtk_volume_button_new): Update + the docs. (#477280, Christian Persch) + 2007-10-16 Matthias Clasen * gtk/gtkentrycompletion.c: Update the docs for the diff --git a/gtk/gtkvolumebutton.c b/gtk/gtkvolumebutton.c index a77f71b2c1..68523eb704 100644 --- a/gtk/gtkvolumebutton.c +++ b/gtk/gtkvolumebutton.c @@ -102,8 +102,8 @@ gtk_volume_button_init (GtkVolumeButton *button) /** * gtk_volume_button_new * - * Creates a #GtkVolumeButton, with a range between 0 and 100, with - * a stepping of 2. Volume values can be obtained and modified using + * Creates a #GtkVolumeButton, with a range between 0.0 and 1.0, with + * a stepping of 0.02. Volume values can be obtained and modified using * the functions from #GtkScaleButton. * * Return value: a new #GtkVolumeButton -- 2.30.2